home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2013 August / PC_Format_082013.iso / pene wersje / website x5 home 10 / wsx5_home.exe / {app} / WebSiteX5,1.chm / custom.css < prev    next >
Cascading Style Sheet File  |  2013-02-12  |  2KB  |  75 lines

  1.   a { color: #0000FF; text-decoration: none }
  2.   a:visited {color: #0000FF }
  3.   a:hover {color: #E4641C; text-decoration: underline }
  4.   a.weblink {color: #0000FF; text-decoration: underline }
  5.   a.weblink:visited {color: #0000FF}
  6.   a.weblink:hover {color: #E4641C }
  7.   a.popuplink {color: #FF0000; text-decoration: none}
  8.   a.popuplink:visited {color: #FF0000}
  9.   a.popuplink:hover {color: #FF0000; text-decoration: underline}
  10.   a.filelink {color: #04BC14; text-decoration: none}
  11.   a.filelink:visited {color: #04BC14}
  12.   a.filelink:hover {color: #04BC14; text-decoration: underline}
  13.   a.inline-toggle {color: Green; text-decoration: none;  font-weight: bold;  font-family: "Times New Roman", serif;     }
  14.   a.inline-toggle:visited {color: Green; }
  15.   a.inline-toggle:hover {text-decoration: underline}
  16.   .fsmall {
  17.   font-size: 10px;
  18.     font-family: Verdana, Helvetica, sans-serif;
  19.     text-align: center;
  20.     margin: 10px 0px 0px 0px;
  21.     }
  22.   .crumbs {font-size: 8pt; margin-bottom: 3px; margin-top: 0px; color: #000000}
  23.   .crumbs a {text-decoration: underline; color: #000000}
  24.   .crumbs a:visited {text-decoration: underline; color: #000000}
  25.   .crumbs a:hover {color: #F4BC5C}
  26.   .expander {text-align: right; padding: 0; width: 100%; font-family: Verdana, Helvetica, sans-serif; font-size:9px; font-weight: bold; border-bottom: 2px; border-bottom-style: solid; border-bottom-color: grey;
  27.   margin-bottom: 1px;}
  28.  
  29. @media screen{
  30.   #idcontent {    
  31.       width: 100%; 
  32.       padding: 0px !important; 
  33.       padding: 10px 15px 5px 10px; 
  34.       position: relative;
  35.    } 
  36.   #innerdiv {    
  37.       padding: 10px 5px 5px 10px !important;  
  38.       padding: 0px; 
  39.    } 
  40.    
  41.     .topichead {
  42.        padding: 5px;
  43.     }
  44.     
  45.     .navlinks {
  46.       font-size: 10pt;
  47.     }
  48.     .navlinks a {
  49.       text-decoration: none;
  50.       color: blue;
  51.     }
  52.     .navlinks a:visited {
  53.       text-decoration: none;
  54.       color: blue;
  55.     }
  56.     .navlinks a:hover {
  57.       text-decoration: underline;
  58.       color: blue;
  59.     }
  60.     
  61.    html.nonscroll { 
  62.       overflow:hidden; 
  63.    } 
  64.    body.nonscroll {    
  65.       overflow:hidden; 
  66.       height:100%; 
  67.    } 
  68.    div.nonscroll { 
  69.       overflow-x:auto;
  70.       overflow-y:scroll; 
  71.    } 
  72. }
  73.  
  74.  
  75.